projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6155fae
)
Fix the fix.
author
Jim Blandy
<jimb@redhat.com>
Mon, 15 Mar 1993 04:17:09 +0000
(
04:17
+0000)
committer
Jim Blandy
<jimb@redhat.com>
Mon, 15 Mar 1993 04:17:09 +0000
(
04:17
+0000)
src/dired.c
patch
|
blob
|
history
diff --git
a/src/dired.c
b/src/dired.c
index 35de7515d72944f34f38e033f6d7b5e6b2acae67..9f38f79a7114f09ed150ab8bee4299fba8d7b299 100644
(file)
--- a/
src/dired.c
+++ b/
src/dired.c
@@
-126,6
+126,7
@@
If NOSORT is non-nil, the list is not sorted--its order is unpredictable.\n\
Ffuncall, and cause a GC. */
GCPRO1 (match);
dirname = Fexpand_file_name (dirname, Qnil);
+ UNGCPRO;
GCPRO2 (match, dirname);
dirfilename = Fdirectory_file_name (dirname);
UNGCPRO;